home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / dev / e / SvensModules.readme < prev    next >
Text File  |  1998-05-05  |  9KB  |  180 lines

  1. Short:    My modules for Amiga E
  2. Author:   ss37@inf.tu-dresden.de (Sven Steiniger)
  3. Uploader: ss37@inf.tu-dresden.de (Sven Steiniger)
  4. Type:     dev/e
  5. Requires: dev/e/TypedModules
  6. Replaces: dev/e/SvensModules.*
  7.  
  8. This archive contains general modules I use for my programs. Most of them are
  9. used in my biggest E-project: Plotter3D.
  10. There are overall 56 modules and all sources are included. There is no
  11. documentation inside but the sources contain a lot of comments. For bigger
  12. modules also small test-progis are included. 
  13.  
  14. Short overview:
  15.  
  16.   standard routines:
  17.     memcmp, memcpy, memmove, memset - like standard C one's (assembler)
  18.     getConfigHardware, getConfigSoftware - query system datas
  19.  
  20.   support routines:
  21.     support/string - simplifies string handling
  22.     support/iffparse - easier use of iffparse.library
  23.     support/hook - better installhook() (special for MUI)
  24.  
  25.   gfx-related routines:
  26.     bitmap - bitmap routines that work on any system
  27.     color32 - for LoadRGB32()/GetRGB32()-calls
  28.     safeGetBitMapAttr - transparent GetBitMapAttr()
  29.     safeWritePixelArray8() - transparent WritePixelArray8()
  30.     newtextattr - easy usage of textattr-struct
  31.  
  32.   intui-related routines:
  33.     mousePointer - switch window-mousepointer on/off
  34.     moveMousePointer - moves the mousepointer of an screen
  35.  
  36.   other
  37.     many routines like rawkey-mapping, safe querying of program names,
  38.     directories and pubscreennames, fast pool-routines, powerful
  39.     formtstring-routines, ...
  40.  
  41.  
  42. You can freely use the modules but if you find an bug, please send me an
  43. email.
  44. If found them useful you can make me lucky if you send me an email or even
  45. some sources.
  46.  
  47. Sven Steiniger, 1997-98
  48.  
  49.  
  50. ============================= Archive contents =============================
  51.  
  52. Original  Packed Ratio    Date     Time    Name
  53. -------- ------- ----- --------- --------  -------------
  54.     1062     577 45.6% 18-Mar-98 12:47:08  Changes.txt
  55.      855     389 54.5% 27-Feb-98 15:06:34 +__OpenLibrary.e
  56.      338     259 23.3% 27-Feb-98 15:06:34 +__openlibrary.m
  57.     1069     527 50.7% 17-Aug-97 13:59:44 +alignedMemory.e
  58.      352     254 27.8% 01-Nov-97 14:33:30 +alignedmemory.m
  59.      197     127 35.5% 24-May-97 11:07:46 +alternative.e
  60.       98      83 15.3% 23-Jun-97 20:28:18 +alternative.m
  61.     1627     748 54.0% 17-Aug-97 14:01:36 +anchorPath.e
  62.      322     224 30.4% 01-Nov-97 14:33:40 +anchorpath.m
  63.     1222     563 53.9% 05-Mar-98 16:48:36 +bitmap.e
  64.      782     514 34.2% 05-Mar-98 16:48:38 +bitmap.m
  65.      610     370 39.3% 28-Jul-97 19:32:30 +characterToString.e
  66.      192     155 19.2% 28-Jul-97 19:32:30 +charactertostring.m
  67.      643     290 54.8% 28-Jul-97 19:34:48 +color32.e
  68.      160     121 24.3% 23-Jun-97 20:29:28 +color32.m
  69.      991     488 50.7% 18-Mar-98 12:27:14 +displayInfoData.e
  70.      440     280 36.3% 27-Feb-98 15:18:48 +displayinfodata.m
  71.      735     365 50.3% 16-Mar-98 20:18:06 +eAddPart.e
  72.      320     226 29.3% 16-Mar-98 20:18:08 +eaddpart.m
  73.     1141     558 51.0% 12-Aug-97 09:32:02 +eVec.e
  74.      318     212 33.3% 01-Nov-97 14:34:46 +evec.m
  75.      213     165 22.5% 29-Aug-97 14:14:28 +existsFile.e
  76.      130     118  9.2% 01-Nov-97 14:34:52 +existsfile.m
  77.      659     349 47.0% 28-Jul-97 19:36:42 +filesize2string.e
  78.      438     306 30.1% 23-Jun-97 20:29:40 +filesize2string.m
  79.      497     257 48.2% 28-Jul-97 19:41:30 +Gaussverteilung.e
  80.      636     334 47.4% 28-Jul-97 19:41:30 +gaussverteilung.m
  81.     2979    1039 65.1% 28-Jul-97 19:43:48 +getConfigHardware.e
  82.      852     454 46.7% 29-Jun-97 10:53:26 +getconfighardware.m
  83.      855     362 57.6% 24-May-97 11:22:02 +getConfigHardware_Info.e
  84.      862     420 51.2% 23-Jun-97 20:31:48 +getconfighardware_info.m
  85.      593     279 52.9% 27-Feb-98 15:25:00 +getConfigSoftware.e
  86.      258     160 37.9% 27-Feb-98 15:25:00 +getconfigsoftware.m
  87.      429     261 39.1% 28-Jul-97 19:42:58 +getProgramDirLock.e
  88.      118     113  4.2% 23-Jun-97 20:32:02 +getprogramdirlock.m
  89.      525     300 42.8% 27-Feb-98 15:25:34 +getProgramName.e
  90.      196     164 16.3% 27-Feb-98 15:25:46 +getprogramname.m
  91.      950     424 55.3% 28-Jul-97 19:45:36 +getPubScreenName.e
  92.      288     207 28.1% 23-Jun-97 20:32:28 +getpubscreenname.m
  93.     1173     600 48.8% 24-May-97 11:47:32 +getRelatedListValue.e
  94.      298     229 23.1% 23-Jun-97 20:31:44 +getrelatedlistvalue.m
  95.     1325     654 50.6% 30-Dec-97 17:50:38 +interruptServer.e
  96.      598     413 30.9% 30-Dec-97 17:50:40 +interruptserver.m
  97.      617     340 44.8% 02-Jan-98 19:04:40 +largeArray.e
  98.      398     272 31.6% 02-Jan-98 20:23:40 +largearray.m
  99.      927     465 49.8% 28-Jul-97 19:48:14 +mapRawKey.e
  100.      328     255 22.2% 28-Jul-97 19:48:14 +maprawkey.m
  101.      874     431 50.6% 28-Jul-97 19:51:24 +memcmp.e
  102.      120     111  7.5% 28-Jul-97 19:51:32 +memcmp.m
  103.      664     340 48.7% 28-Jul-97 19:51:46 +memcpy.e
  104.      110      98 10.9% 28-Jul-97 19:51:54 +memcpy.m
  105.     2795     858 69.3% 28-Jul-97 19:54:18 +memmove.e
  106.      202     162 19.8% 28-Jul-97 19:54:22 +memmove.m
  107.     3510    1422 59.4% 06-Jul-97 23:50:52 +mempool.e
  108.     1338     749 44.0% 06-Jul-97 23:50:52 +mempool.m
  109.     2284    1344 41.1% 28-Jul-97 19:55:16 +mempool_test
  110.      742     399 46.2% 24-May-97 12:39:16 +mempool_test.e
  111.     1402     458 67.3% 28-Jul-97 19:57:42 +memset.e
  112.      160     147  8.1% 28-Jul-97 19:57:42 +memset.m
  113.      804     422 47.5% 27-Feb-98 22:34:16 +mousePointer.e
  114.      376     264 29.7% 27-Feb-98 22:34:18 +mousepointer.m
  115.     1985     826 58.3% 28-Jul-97 20:41:58 +moveMousePointer.e
  116.      498     318 36.1% 28-Jul-97 20:57:50 +movemousepointer.m
  117.      327     206 37.0% 06-Dec-97 14:31:44 +newLockPubScreen.e
  118.      240     198 17.5% 08-Nov-97 12:11:10 +newlockpubscreen.m
  119.     1398     629 55.0% 01-Nov-97 14:41:20 +newtextattr.e
  120.      374     260 30.4% 01-Nov-97 14:41:56 +newtextattr.m
  121.      781     343 56.0% 29-Aug-97 15:29:08 +patternArgs.e
  122.      322     174 45.9% 01-Nov-97 14:42:02 +patternargs.m
  123.     9123    3056 66.5% 29-Aug-97 15:32:32 +patternStringF.e
  124.     3148    1493 52.5% 01-Nov-97 14:43:16 +patternstringf.m
  125.     5540    2973 46.3% 06-Jun-97 14:25:50 +patternstringf_test
  126.      701     369 47.3% 06-Jun-97 14:23:40 +patternStringF_test.e
  127.      518     275 46.9% 24-May-97 13:02:02 +random.e
  128.      458     276 39.7% 23-Jun-97 20:53:20 +random.m
  129.      976     718 26.4% 15-Jan-96 17:08:24 +random_test
  130.      136     126  7.3% 15-Jan-96 17:08:24 +random_test.e
  131.     2007     882 56.0% 28-Jul-97 21:09:00 +replaceFormatSigns.e
  132.      906     539 40.5% 28-Jul-97 21:09:06 +replaceformatsigns.m
  133.     2748    1624 40.9% 28-Jul-97 21:09:46 +replaceformatsigns_test
  134.      352     241 31.5% 28-Jul-97 21:09:46 +replaceFormatSigns_test.e
  135.      597     361 39.5% 28-Jul-97 21:10:22 +runback.e
  136.      186     150 19.3% 28-Jul-97 21:10:22 +runback.m
  137.      493     297 39.7% 08-Nov-97 13:39:34 +safeGetBitMapAttr.e
  138.      318     238 25.1% 08-Nov-97 13:39:34 +safegetbitmapattr.m
  139.     2159     795 63.1% 29-Aug-97 14:50:22 +safeOverwrite.e
  140.      646     361 44.1% 01-Nov-97 14:45:06 +safeoverwrite.m
  141.     2835    1174 58.5% 14-Jul-97 17:48:04 +safeWritePixelArray8.e
  142.     1280     711 44.4% 28-Jul-97 21:13:16 +safewritepixelarray8.m
  143.      812     434 46.5% 28-Jul-97 21:16:24 +searchListValue.e
  144.      256     213 16.7% 28-Jul-97 21:16:24 +searchlistvalue.m
  145.      879     329 62.5% 27-Feb-98 15:38:16 +setDrawStyleRP.e
  146.      544     304 44.1% 27-Feb-98 15:38:16 +setdrawstylerp.m
  147.      543     307 43.4% 29-Aug-97 14:32:06 +smartDeleteFile.e
  148.      232     176 24.1% 01-Nov-97 14:44:14 +smartdeletefile.m
  149.     1355     651 51.9% 28-Jul-97 21:17:36 +stringArray.e
  150.      898     527 41.3% 28-Jul-97 21:17:36 +stringarray.m
  151.      274     194 29.1% 14-Jul-97 17:26:46 +bitmap.e
  152.      128     105 17.9% 28-Jul-97 21:19:50 +bitmap.m
  153.      965     454 52.9% 28-Jul-97 21:31:28 +etaglist.e
  154.      368     256 30.4% 28-Jul-97 21:31:30 +etaglist.m
  155.      421     253 39.9% 28-Jul-97 21:33:32 +exception.e
  156.      180     142 21.1% 28-Jul-97 21:33:32 +exception.m
  157.     2089     981 53.0% 27-Feb-98 15:44:04 +hook.e
  158.      420     283 32.6% 28-Jul-97 21:34:34 +hook.m
  159.      273     171 37.3% 24-May-97 13:21:24 +ieee.e
  160.      286     154 46.1% 23-Jun-97 21:38:20 +ieee.m
  161.     5210    1842 64.6% 23-Jun-97 21:41:16 +iffparse.e
  162.     1868     932 50.1% 23-Jun-97 21:41:16 +iffparse.m
  163.     5176    2753 46.8% 14-Jul-97 15:05:56 +iffparse_test
  164.     2212     941 57.4% 14-Jul-97 15:05:56 +iffparse_test.e
  165.      928     456 50.8% 23-Jun-97 21:41:58 +list.e
  166.      480     293 38.9% 23-Jun-97 21:41:58 +list.m
  167.      288     197 31.5% 24-May-97 13:44:32 +newRealF.e
  168.      274     200 27.0% 23-Jun-97 20:52:14 +newrealf.m
  169.     1583     653 58.7% 23-Jun-97 20:52:00 +string.e
  170.      844     465 44.9% 23-Jun-97 20:52:06 +string.m
  171.      111      98 11.7% 24-May-97 13:08:40 +swap.e
  172.       84      71 15.4% 23-Jun-97 21:33:20 +swap.m
  173.     1022     433 57.6% 30-Dec-97 18:26:16 +timer.e
  174.      576     356 38.1% 30-Dec-97 18:26:18 +timer.m
  175.      151     111 26.4% 24-May-97 13:09:20 +unsigned.e
  176.       92      71 22.8% 24-May-97 13:09:20 +unsigned.m
  177.     1625     848 47.8% 18-Mar-98 12:55:48  SvensModules.readme
  178. -------- ------- ----- --------- --------
  179.   120496   59742 50.4% 18-Mar-98 19:58:04   124 files
  180.